home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Misc / Uupc 3.1 sources.sit / uupc 3.1 sources Folder / (uupc π) / uuhost.proto.h < prev    next >
Encoding:
Text File  |  1992-06-18  |  654 b   |  19 lines  |  [TEXT/KAHL]

  1.  
  2. /* uuhost.c */
  3. void sgenv(char **thename, char *envname, char *dflt);
  4. void sloadenv(void);
  5. pascal void Draw_Ring(WindowPtr W, int Item);
  6. void Set_Main_State(int New_State);
  7. void Hilite_Buttons(DialogPtr Dlog, int Min, int Max, int Value);
  8. void Set_RButton(DialogPtr Dlog, int Item, int Min, int Max);
  9. int Get_Debug_Level(void);
  10. int Get_Command_Options(void);
  11. void Do_Command(long Menu_Command, int modifiers);
  12. void Do_Mouse_Action(EventRecord *Cur_Event);
  13. int Check_Events(long Sleep_Time);
  14. int Count_Appl_Files(void);
  15. void AppendToCallMenu(void);
  16. int main(int argc, char **argv);
  17. void PlayNamed(char *theName);
  18. void CTB_Setup(int item, int modifiers);
  19.